#streaming data applications

[ follow ]
Medium
10 months ago
Scala

Checkpoint in the Flink Streaming Job

Checkpoints in Apache Flink ensure the resiliency and fault tolerance of streaming data applications.
Checkpoints allow for the consistent snapshotting of the state of the application, enabling recovery in case of failures.
Flink provides options for storing checkpoints, including in-memory checkpoints and RocksDB. [ more ]
[ Load more ]